1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE plist PUBLIC
"-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
5 <key>CFBundleDevelopmentRegion
</key>
7 <key>CFBundleExecutable
</key>
8 <string>${EXECUTABLE_NAME}
</string>
9 <key>CFBundleIdentifier
</key>
10 <string>com.security.apple.${PRODUCT_NAME:rfc1034identifier}
</string>
11 <key>CFBundleInfoDictionaryVersion
</key>
13 <key>CFBundleName
</key>
14 <string>${PRODUCT_NAME}
</string>
15 <key>CFBundlePackageType
</key>
17 <key>CFBundleShortVersionString
</key>
19 <key>CFBundleSignature
</key>
21 <key>CFBundleVersion
</key>
22 <string>${CURRENT_PROJECT_VERSION}
</string>
23 <key>LSApplicationCategoryType
</key>
25 <key>LSMinimumSystemVersion
</key>
26 <string>${MACOSX_DEPLOYMENT_TARGET}
</string>
27 <key>LSUIElement
</key>
29 <key>NSMainNibFile
</key>
30 <string>MainMenu
</string>
31 <key>NSPrincipalClass
</key>
32 <string>NSApplication
</string>
33 <key>NSUserNotificationAlertStyle
</key>
34 <string>alert
</string>